Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instead of WAITING lines, WAITING FOR STOP and dots are echoed #585

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

okybaca
Copy link
Contributor

@okybaca okybaca commented Aug 9, 2023

instead of stream of WAITING lines on the terminal, only "WAITING FOR STOP" is echoed followed by dot instead of every WAITING line.
as a result, more readable output is given to the operator, and the lenght of the 'dots line' gives the notion of how long the operation is running.

also, hint for the 'tail' command was modified to use -F instead of -f.
as yacy rotates it's logs, using tail -f, tail loses connection to current log in a short time.
-F parameter follows the file rotation, so it can be used for a long time.
see 'man tail'

@Orbiter Orbiter merged commit eeeec0b into yacy:master Aug 9, 2023
1 check passed
@okybaca okybaca deleted the stopYacyDots branch October 16, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants